ListBox.CellKeyDown Event

The user has pressed a key while a cell in the ListBox is being edited. This cell is identified by the Row and Column parameters.

Syntax

CellKeyDown ( Row, Column, Key )

Parameters

Row

Integer

Column

Integer

Key

String


Key is the key that the user pressed.

Returns a Boolean. Returning True prevents the text from changing automatically and prevents the CellTextChange event from firing.